home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Internet Tools 1993 July / Internet Tools.iso / RockRidge / mail / pp / pp-6.0 / h / tb_a.h < prev    next >
Encoding:
C/C++ Source or Header  |  1991-12-18  |  2.2 KB  |  78 lines

  1. /* tb_a.h: definitions used for I/O Address Lines in queues */
  2.  
  3. /*
  4.  * @(#) $Header: /xtel/pp/pp-beta/h/RCS/tb_a.h,v 6.0 1991/12/18 20:42:44 jpo Rel $
  5.  *
  6.  * $Log: tb_a.h,v $
  7.  * Revision 6.0  1991/12/18  20:42:44  jpo
  8.  * Release 6.0
  9.  *
  10.  *
  11.  */
  12.  
  13.  
  14.  
  15. #ifndef _H_TB_A
  16. #define _H_TB_A
  17.  
  18.  
  19.  
  20.  
  21. /* Address-Lines */
  22.  
  23. #define  AD_822                         1
  24. #define  AD_ADDTYPE                     2
  25. #define  AD_DR_NO                       3
  26. #define  AD_END                         4
  27. #define  AD_EXPLICITCONVERSION          5
  28. #define  AD_EXTENSION_ID                6
  29. #define  AD_MTA_REP_REQ                 7
  30. #define  AD_ORIG                        8
  31. #define  AD_OUTCHAN                     9
  32. #define  AD_OUTHOST                     10
  33. #define  AD_RECIP_NO                    11
  34. #define  AD_REFORM_LIST                 12
  35. #define  AD_REFORM_DONE                 13
  36. #define  AD_RESPONSIBILITY              14
  37. #define  AD_STATUS                      15
  38. #define  AD_SUBTYPE                     16
  39. #define  AD_USR_REP_REQ                 17
  40. #define  AD_X400                        18
  41. #define  AD_CONTENT                     19
  42. #define  AD_EITS                        20
  43. #define    AD_DN                21
  44. #define AD_ORIG_REQ_ALT            22
  45. #define AD_ORIG_REQ_ALT_CRIT        23
  46. #define    AD_PHYS_FORWARD         24
  47. #define    AD_PHYS_FORWARD_CRIT         25
  48. #define    AD_PHYS_FW_AD             26
  49. #define    AD_PHYS_FW_AD_CRIT         27
  50. #define    AD_PHYS_MODES             28
  51. #define    AD_PHYS_MODES_CRIT         29
  52. #define    AD_REG_MAIL             30
  53. #define    AD_REG_MAIL_CRIT         31
  54. #define    AD_RECIP_NUMBER_ADVICE         32
  55. #define    AD_RECIP_NUMBER_ADVICE_CRIT    33
  56. #define    AD_PHYS_RENDITION        34
  57. #define    AD_PHYS_RENDITION_CRIT        35
  58. #define    AD_PD_REPORT_REQUEST        36
  59. #define    AD_PD_REPORT_REQUEST_CRIT    37
  60. #define    AD_REDIRECTION_HISTORY        38
  61. #define    AD_REDIRECTION_HISTORY_CRIT    39
  62. #define    AD_MESSAGE_TOKEN        40
  63. #define    AD_MESSAGE_TOKEN_CRIT        41
  64. #define    AD_CONTENT_INTEGRITY        42
  65. #define    AD_CONTENT_INTEGRITY_CRIT    43
  66. #define    AD_PROOF_DELIVERY        44
  67. #define    AD_PROOF_DELIVERY_CRIT        45
  68. #define AD_EXTENSION            46
  69. #define AD_REQ_DEL            47
  70. #define AD_REQ_DEL_CRIT            48
  71. #undef AD_AEXT
  72. #define AD_X400DR            50
  73. #define AD_822DR            51
  74. #define AD_X400ORIG            52
  75. /* ------------------------------------------------------------------------ */
  76.  
  77. #endif
  78.